python,python3: add host python pip install support
authorAlexandru Ardelean <[email protected]>
Wed, 19 Jul 2017 07:19:10 +0000 (10:19 +0300)
committerAlexandru Ardelean <[email protected]>
Wed, 19 Jul 2017 13:50:25 +0000 (16:50 +0300)
commit612c53fc6c3d9ba2a57f7329baf055f1d59a9246
tree1195a4450c9012c52c1dd22659a15ea030f0aa9e
parent93a6545591cb5208f297c0b95d56470ae26f45b3
python,python3: add host python pip install support

To install Python packages host side, that
may be needed for a build.

The intent, is to try to reduce host-side Python
packages being installed via LEDE/OpenWrt build system.
Because those seem like a pain to maintain.

The idea is adapted from Yousong's `python-packages`
package.

Signed-off-by: Alexandru Ardelean <[email protected]>
lang/python/python/files/python-host.mk
lang/python/python/files/python-package.mk
lang/python/python3/files/python3-host.mk
lang/python/python3/files/python3-package.mk